Skip to content

Add CellMapper#244

Merged
mikkelnrasmussen merged 3 commits into
scverse:mainfrom
quadbio:feat/cellmapper
May 23, 2025
Merged

Add CellMapper#244
mikkelnrasmussen merged 3 commits into
scverse:mainfrom
quadbio:feat/cellmapper

Conversation

@Marius1311
Copy link
Copy Markdown
Contributor

@Marius1311 Marius1311 commented May 2, 2025

Mandatory

Name of the tool: CellMapper

Short description: CellMapper is a leightweight tool to transfer labels, expression values and embeddings from reference to query datasets using k-NN mapping. It's fast and versatile, applicable to mapping scenarios in space, across modalities, or from an atlas to a new query dataset.

How does the package use scverse data structures (please describe in a few sentences): CellMapper uses AnnData to represent query and reference datasets throughout the package.

  • The code is publicly available under an OSI-approved license
  • The package provides versioned releases
  • The package can be installed from a standard registry (e.g. PyPI, conda-forge, bioconda)
  • Automated tests cover essential functions of the package and a reasonable range of inputs and conditions 1
  • Continuous integration (CI) automatically executes these tests on each push or pull request 2
  • The package provides API documentation via a website or README3
  • The package uses scverse datastructures where appropriate (i.e. AnnData, MuData or SpatialData and their modality-specific extensions)
  • I am an author or maintainer of the tool and agree on listing the package on the scverse website

Recommended

Footnotes

  1. We recommend thtat tests cover at least all user facing (public) functions. Minimal tests ensure that the function does not fail on an example data set. Ideally, tests also ensure the correctness of the results, e.g. by comparing against a snapshot.

  2. Continuous integration means that software tests are automatically executed on every push to the git repository. This guarantees they are always run and that they are run in a clean environment. Scverse ecosystem packages most commonly use GitHub Actions for CI. For an example, check out our cookiecutter template.

  3. By API documentation, we mean an overview of all public functions provided a package, with documentation of their parameters. For an example, see the Scanpy documentation. In simple cases, this can be done manually in a README file. For anything more complex, we recommend the Sphinx Autodoc plugin

Copy link
Copy Markdown
Collaborator

@mikkelnrasmussen mikkelnrasmussen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Marius1311,

Thanks for submitting CellMapper — the tool looks well-maintained and very useful for label and feature transfer across spatial and single-cell datasets!

Everything looks good to me: the package includes clear documentation, tutorials, and strong test coverage.

Best regards,
Mikkel

@mikkelnrasmussen mikkelnrasmussen merged commit 00af0d7 into scverse:main May 23, 2025
3 checks passed
@Marius1311
Copy link
Copy Markdown
Contributor Author

Amazing, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants